home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Learn Microsoft Visual Basic 6.0 Now
/
Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO
/
media
/
chap01
/
b01d005.cc2
< prev
next >
Wrap
Text File
|
1998-06-07
|
1KB
|
28 lines
0, In this demonstration you'll learn how
2, to load and run a Visual Basic program.
5, To load a Visual Basic program you click
7, the file menu, click the open project
9, command, and when the open project dialog
12, box appears double-click the file name
14, you want to open in the list box. In this
17, case I've opened Welcome.VBP, a simple
20, program I've written to welcome you to
22, this programming course. It's name
24, appears in the project window. And I can run
27, the project by clicking the start button
29, on the tool bar. After a moment, the
32, program appears in the programming
33, environment. And like any Windows application
36, you can drag it by dragging the title bar.
40, This program, simple effect, goes when
43, I click the light button and it lights a
47, burn barrel on the bottom of the screen
49, with a lightning bolt. After a few
51, moments that fire goes out, but I can do it
53, again and again if I like. And when I'm
57, done with the effect I can click the
59, quit button. And after a moment the form
62, reappears in the programming environment
64, and I begin editing it with all my
65, programming tools. That's all there is to it.
70, END